home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol E-14 / Vol E-14.iso / games / subtract.swf / scripts / frame_1 / DoAction.as
Text File  |  2014-03-11  |  205b  |  14 lines

  1. _root.pointCount = 0;
  2. _root.points = 0;
  3. _root.noints = 0;
  4. if(_root.oint1)
  5. {
  6.    var i = 1;
  7.    while(i <= 7)
  8.    {
  9.       _root["oint" + i.toString()].removeMovieClip();
  10.       i++;
  11.    }
  12. }
  13. stop();
  14.